So don't expect any assistance from your PHP editor, and don't forget to escape that code string. 因此,不要期望从PHP编辑器获得帮助,而且不要忘了尽量避免使用该代码串。
All it takes is a single line of code to turn that string data into a native JavaScript data type by evaluating the JSON-formatted string using the eval statement. 通过使用eval语句对JSON格式的字符串求值,只需要一行代码就能将该字符串数据转化成原生JavaScript数据类型。
Then, this code prints the string that the method returned, which is the blogid of the remote blog entry that was created. 然后,此代码打印该方法返回的字符串,也就是创建的远程博客文章的blogid。
When the code requests any other string from the ResourceBundle, the string from messages_en.properties is used, if one exists. 当代码向ResourceBundle请求任何其他字符串时,如果messagesen.properties中有这样的字符串,就使用其中的字符串。
This code obtains the PID string and ITEMTYPE name from the event data. 这些代码能从事件数据获取PID字符串和ITEMTYPE名称。
Instead of lines of code with calls to String methods, the new approach implies delegating the core of the parser logic and replacing it with a regexp library. 新的方法将取消编写用来调用String方法的多行代码,它意味着将解析器逻辑的核心委托出去,并替换为regexp库。
Next, the code scrubs the elementName string of illegal characters likely to exist in spreadsheets. 接下来,代码剔除电子表格中可能存在的含非法字符的elementName字符串。
This method's flow is straightforward; once the data is parsed, the code builds up a string representation that's similar to the approach of the XML parser handler. 该方法的流程简单明了,一旦数据被解析,代码建立一个类似于XML解析器处理程序方法的字符串表示。
The example uses the JavaScript syntax to create the json object whose source code is obtained as a String with the toSource() method. 此示例使用JavaScript语法来创建json对象,其源代码则用toSource()方法以String形式获得。
The "sz" type is a code convenience, a string library that hides all the work of reallocating strings when they grow. “sz”类型为代码提供了便利,它是一个字符串库,隐藏了字符串增长时重新分配所需的全部工作。
The range producer computes the hash code for the given string to search for and returns a point range where the start and the end of the range is the hash code itself. 范围生成器计算给定字符串的hash码,以搜索并返回一个点范围,这个范围的起始值和终止值是hash码本身。
Either way, the new bytecode is passed as a Java-like source code statement or block in a String. 不管是哪种情况,新的字节码都作为类Java的源代码声明或者String中的块传递。
After the operation, you must extract the response string, error code, and error-message string to validate whether the feature works as expected. 在完成操作后,必须提取响应字符串、错误代码和错误消息字符串,以验证特性是否如预期般运作。
The code passes the string value of what the control is referenced as in this local Web page so that the controller object can reference that when it renders the view objects. 代码传递在此局部网页中引用的控件的字符串值,以便在其显示视图对象时控制器对象可以引用该值。
If all quotes are now removed from that string by some function in the application code, the string analysis model detects that this string cannot possibly hold quotes from here on. 如果所有的引号现在都被这个应用程序代码中的一些功能从此字符串中清除掉,那么这个字符串分析模型就会检测到这个字符串从此以后就不可能包含引号。
There will be a few hand-written lines of "glue code" to string things together. 几行手写“粘合代码”将起到一个连接的作用。
When the level is determined, the code produces a string that reports the appropriate level. 当等级确定后,代码会生成一个能报告相应等级的字符串。
This recipe's code takes a multiline string and adds or removes leading spaces on each line so that the indentation level of each line of the block matches some absolute number of spaces. 这个配方中的代码,把一个多行字符串增加或移去每一行的前导空格,使得每一行的缩进级别与确定数量的空格匹配。
Use this code to validate the string before trying to use it as an e-mail address. 在尝试将字符串用作电子邮件地址之前,请使用此代码来验证字符串。
In the following code example, the string should contain a valid phone number. 在下面的代码示例中,字符串应包含一个有效的电话号码。
This ensures that repeated use of the same constant strings in your code will utilize the same string reference. 这可以确保在代码中重复使用相同的常量字符串时,可以利用相同的字符串引用。
Code string spray human beauty. 浪花编串人间美景。
No country code found in connection string for a linked table 在链接表的连接串中找不到国别代码
This code is first evaluated as normal, and then, while executing, another evaluation happens to execute the code contained in a string. 此代码首先被评估为正常代码,然后在执行过程中,运行字符串中的代码时发生另一次评估。
To handle multiple arguments, simply string format codes together and include corresponding C targets for each code in the string. 对于多个参数,只需在格式化串中添加代号,并给出相应的C目标变量。
Fall in a faint right away after opposing the code there being string behind the work translating others, on computer table. 反翻译别人的作品之后是一串串的代码,晕倒在电脑桌上。
If somewhere later on in the code it shifts to string, I might not be manipulating that and getting actual values out, but not what I wanted, and it's going to be really hard for me to chase it back. 然后后面的一些代码,把变量类型变为了字符串,我可能不会通过实际操作,去取得实际的变量的类型,但是这并不是我想要的类型,而且对我来说把类型,变回去也很困难。
Code using a string of 8 binary digits to represent characters. 用一串8位二进制数字来表示特征的代码。
By making full use of structure information of the code, this algorithm was implemented by means of parsing code string. 充分利用编码本身的结构信息解析字符串,具有较强的通用性。
First, this research analyzes the code similarity detecting technology based string matching, and improved. Second, this research is to fully tap the structure of program code, and present a way based sub-graph isomorphism algorithm. 首先分析了基于串匹配算法的代码相似度检测方法,并对其进行了改进;然后充分挖掘程序代码的结构信息,设计了基于子图同构算法的代码相似度检测方法。